home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Latest Shareware Programs: Warp / OS-2 WARP - Latest Shareware Programs.iso / zipped.os2 / repcom / oqg.arj / D.BAT < prev    next >
DOS Batch File  |  1992-10-29  |  290b  |  16 lines

  1. @echo off
  2. rem Batch file to print the file set indicated by the environment variable
  3. rem PRINT_NAME
  4.  
  5. :print
  6. cls
  7. echo.
  8. echo Drucken der Installationsanweisung von %FULL_NAME%
  9. echo.
  10. echo Bitte warten...
  11. echo.
  12. copy insttext\%PRINT_NAME% lpt1: > nul
  13. prompt %OLD_PROMPT%
  14. readme
  15.  
  16.